[r5]: / hmi_at_135_aladdin_new / Device / Plc Logic / Application / Program / Gestion_BCU / svnobj  Maximize  Restore  History

Download this file

16 lines (14 with data), 3.6 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
PROGRAM Gestion_BCU
VAR
	(*Password Commande frein Manuel *)
	iDigit1:		WORD:= 8 ;
	iDigit2:		WORD:= 9 ;
	(*********************************)
	countDigit_1:		CTU;
	countDigit_2:		CTU;	
	timerValid:			TON;
	
	xDisplay_Manu:	BOOL;
	xReset_count1:	BOOL;
	xReset_count2:	BOOL;
	xPsw_good:		BOOL; 
END_VAR